Skip to main content

Icon SVG Library

Type​

library

Summary​

This is an SVG icon path library.

Description​

This is an SVG icon path library.

Associated Syntax​

Handler

NameSummarySyntax
addIconFamilyAdd an icon family to the iconsvg library.addIconFamily(<pFamily>,<pIconData>)
iconDataForFamilyReturn the available icon data in the specified icon family.iconDataForFamily(<pFamily>)
getCurrentIconFamilyReturn the current icon family.getCurrentIconFamily()
iconDataReturn the available icon data in the current icon family.iconData()
iconFamiliesReturns the available icons families.iconFamilies()
deleteIconFamilyDelete an icon family from the iconsvg library.deleteIconFamily(<pFamily>)
iconArrayMatchingInAllFamiliesReturn the available icons in all icon families that match the search string.iconArrayMatchingInAllFamilies(<pSearch>)
iconListForFamilyReturn the available icons in the specified icon family.iconListForFamily(<pFamily>)
setCurrentIconFamilySet the current icon family.setCurrentIconFamily(<pFamily>)
iconCodepointFromNameReturns the codepoint corresponding to the given icon in the current font.iconCodepointFromName(<pName>)
iconListMatchingReturn the available icons in the current icon family that match the search string.iconListMatching(<pSearch>)
addIconAdd an icon to the iconsvg library.addIcon(<pName>,<pSVG>,<pCodepoint>)
iconListReturn the available icons in the current icon family.iconList()
iconNamesReturns the available icons in the current icon family.iconNames()
iconSVGPathFromNameReturns the SVG path for the given icon.iconSVGPathFromName(<pName>)
iconNamesForFamilyReturns the available icons in the specified icon family.iconNamesForFamily(<pFamily>)